Hardinge CHNC I
with Centroid T39 Control

Startup

  1. Switch on main switch, on the electrical cabinet
  2. Wait for console to boot and display "Home not set"
  3. Release Emergency Stop
  4. Press CYCLE START to find and set machine home

The Machine Home position is fully X+ (turret to front) and Z+ (carriage right).

Idle Periods

  1. Press Emergency Stop to remove power from the servo and spindle drives.
  2. To resume normal operation, release Emergency Stop.

Shut Down

  1. Press F10/Shutdown
  2. Optionally, press F1/Park to move the carriage back near the machine home position. This will save time on the next startup and homing sequence.
  3. Press Emergency Stop
  4. Press F2/PowerOff
  5. Wait for console display to go fully blank (about 15 seconds)
  6. Switch off main switch, on the electrical cabinet

The control starts up in Incremental jog mode. In order to jog the axes in continuous movement, you need to press the INCR/CONT key to switch from incremental to continuous jog mode.

Tool Setting

Turret positions are numbered 1 through 8. Tool offsets are numbered 1 through 99. Any offset number can be used with any turret position. However, for simplicity you should use offsets 1 through 8 with positions 1 through 8. Higher-numbered offsets may be used for additional tools (gang-style) in each turret position.

I recommend measuring tool X offsets relative to turret centerline, and Z offsets relative to the turret face.

The procedure for this may be found at http://www.cncsnw.com/OLEL.htm, as "Method 1a".

Turret Controls

Manual

When no program cycle is active, you can index to the turret using the TURRET INDEX key on the operator panel. Press the key once to index to the next position. Press and hold the key to index multiple positions.

Automatic

In a program cycle, turret indexing is automatic, based on the first two digits of the four-digit tool number.

In manual and setup operations, you can also index the turret automatically by using the ATC function key (F7 on the Setup menu, or F3 on the Tool Offset screen; or by entering a tool-change command at the MDI prompt (F3 on the main menu).

Collet Controls

In manual operation, use the "COLLET OPEN" and "COLLET CLOSE" buttons on the apron panel, or the similarly-named keys on the hand pendant, to open and close the collet.

In automatic operation (e.g. with a Bar Feed) use the following M codes to open and close the collet:

M11Open Collet
M10Close Collet

Parts Catcher Controls

The parts catcher can be operated with automatic M functions or via the operator panel, as follows:

M29Extend Parts Catcher
M28Retract Parts Catcher
Extend/Retract Parts Catcher

Jog Panel Summary

In normal operation, the Auxiliary keys on the jog panel have the following functions:

Work Light
On/Off
Optional Stops Mode No function
Extend/Retract
Parts Catcher
No function No function
Index Turret Open Collet Close Collet
Aux10 No function Aux11 No function Aux12 No function
Aux13 No function Aux14 Maintenance
Mode On/Off

M Function Summary

M0Stop (wait for Cycle Start)
M1Optional Stop (wait for Cycle Start)
M2Program Restart (with wait for Cycle Start)
M3Spindle CW / Forward
M4Spindle CCW / Reverse
M5Spindle Stop
M8Flood Coolant
M9Coolant Off
M10Close Collet
M11Open Collet
M13Spindle CW and Flood Coolant On
M14Spindle CCW and Flood Coolant On
M26Set Axis Home (only used in machine homing macro)
M28Retract Part Catcher
M29Extend Part Catcher

M functions M91 and above are used internally in custom macro programs, but are generally not used directly in user machining programs.

See Chapter 12 of the Centroid T-Series Operator's Manual for descriptions of the higher-numbered M functions.

Emergency and Maintenance Operation

In rare cases it may be necessary to operate the turret manually. You can do this with the Aux keys on the jog panel, but only in "Maintenance Mode". To activate Maintenance Mode, press and hold the Aux14 key on the jog panel for one second. The light in the Aux key will come on, indicating that Maintenance Mode is active. To cancel Maintenance Mode, press the Aux14 key and hold for one second again.

Aux13 and Aux14 are the blank blue keys to the right of the Coolant control keys.

You must cancel Maintenance Mode before you can run normal program cycles.

In Maintenance Mode, the control cabinet is unlatched, and may be opened even with the main power still on. Only qualified electrical maintenance personnel should access the control cabinet while power is on.

Tool Turret Operation in Maintenance Mode

There are no safety interlocks in Maintenance Mode. You must be careful, among other things, to:

  1. Ensure that the carriage is clear of any obstacles before unlocking and rotating the turret.
  2. Ensure that the turret is unlocked before jogging the turret motor.

In Maintenance Mode, the following Auxiliary keys on the jog panel have special functions:

    Turret Index Turret Stop
           
           
    (Aux11) Retract Lockpin (Aux12) Extend Lockpin
    (Aux14) Maintenance
Mode On/Off

Errors, Faults and Warnings

The PLC program can generate the following fault messages, in addition to those listed in the Centroid operator's manual.

You can use the PLC Diagnostic display on the console to view some of the Centroid PLC input and memory locations mentioned with these error and fault conditions. At the control's main screen, press Alt-I to activate the PLC Diagnostic display. Press Alt-I again to dismiss it.

Each page of the Diagnostic display shows four rows of red and green dots: the first row shows PLC inputs 1 through 80; the second row PLC outputs 1 through 80; the third row PLC memory bits 1 through 80; and the fourth row PLC program stages 1 through 80.

You can use the arrow keys to move a highlight box over any of these locations. The name of the highlighted location will be displayed in the center of the screen below the red and green dots.

For example, in the illustration above the highlight box is on Output #42: The dot below the 2, to the right of the superscript 4, on the second line.

Below the four rows of bit status information are ten numeric ("word") variable values, labeled W1 through W10. Some of these variables also hold useful status information, described with the error and fault conditions to follow.

There are multiple pages of Diagnostic data. With the Alt-I diagnostic display showing, you can use the F12 and F11 keys to scroll right and left. For example, pressing F12 once will shift to the page showing inputs and outputs 81 through 160, and word variables W11 through W20.

Clearing Faults

Messages with 9000-series message numbers are Faults. After resolving the problem, you must press and release the Emergency Stop button to clear a Fault.

Messages with 8000-series message numbers are Errors. Errors will cancel the program cycle and stop the spindle and coolant, but they do not then need to be explicitly reset.

Messages with 5000-series and 2000-series message numbers are Warnings and Informational Messages. They do not cancel the cycle or require any action to reset.

"9001 !!! PLC EXECUTION FAULT !!!"

The control detected an internal error in processing the PLC logic program.

Report this error to your dealer, along with the values from W14 and W15. Also report what function the machine was performing when the fault occurred.

You must shut down and cycle the power to clear this fault.

References:

PLC W14: Copy of internal SV_PLC_FAULT_STATUS, indicating the type of problem
PLC W15: Copy of internal SV_PLC_FAULT_ADDRESS, indicating the location of the problem

"9022 PLC Communication In Fault (Fiber 3)"

The All-in-One DC control unit detected an internal communication failure with its PLC section.

Check for possible sources of electronic interference, especially of voltage spikes from inductive devices (solenoids and motors).

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 60, 117

"9023 PLC Communication Out Fault (Fiber 1)"

The All-in-One DC control unit detected an internal communication failure with its PLC section.

Check for possible sources of electronic interference, especially of voltage spikes from inductive devices (solenoids and motors).

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 60, 117

"9030 SPINDLE FAULT!"

The spindle drive unit is reporting a fault condition.

Check the LED display on the spindle drive itself for a fault code.

Press and release Emergency Stop to clear the fault.

References:

PLC INP5: indicates spindle drive status.  Green = closed = okay, Red = open = fault
Schematic: Lines 8, 75

"9031 Jog Panel Communication In Fault"

The control unit detected loss of communication from the operator pendant.

Check for damage or disturbance to the cable between the operator pendant and the All-in-One DC unit in the control cabinet.

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 117, 140

"9032 Jog Panel Communication Out Fault"

The operator pendant reported back to the control unit a loss of communication from the control unit. This indicates the return signal from the pendant is functioning normally, but the outgoing signal may have problems.

Check for damage or disturbance to the cable between the operator pendant and the All-in-One DC unit in the control cabinet.

Press and release Emergency Stop to clear the fault.

References:

Schematic: Lines 117, 140

"9039 Software Ready Fault"

You exited the CNCM control software without first pressing Emergency Stop.

Always press Emergency Stop prior to exiting the control software.

Press and release Emergency Stop to clear the fault.

"9040 Air Pressure Low!"

You attempted to run a program cycle, or to start the spindle, without adequate air pressure.

Verify that the air supply petcock is open and that pressure is sufficient.

Press and release Emergency Stop to clear the fault.

References:

PLC INP23: indicates air pressure switch 14LS state.  Green = closed = pressure up, Red = open = pressure low
Schematic: Line 88

"9041 Coolant Pump Overload!"

The flood coolant pump has tripped the overload on its starter 1M.

Investigate possible causes for excessive pump motor load.

Allow time for the overload unit to cool down and reset. Then press and release Emergency Stop to clear the fault.

References:

PLC INP27: indicates overload (1OL) state.  Green = closed = okay, Red = open = tripped
Schematic: Lines 9, 63, 90

"9042 24VDC Input Power Supply Shutdown!"

The 24VDC supply which powers PLC inputs and turret solenoids has dropped out. This could be due to failure of the power supply itself, or due to a short-circuit somewhere in one of its loads (e.g. between the +24VDC wire to one of the machine switches or sensors, and the corresponding 0VDC wire or chassis ground).

Check PS2 for a green status indication. If none, try removing +24VDC connections (generally wires numbered 401) until PS2 comes back on line. This should allow you to isolate the circuit or device responsible for the short.

Press and release Emergency Stop to clear the fault.

References:

PLC INP1: indicates PS2 status.  Green = closed = 24VDC okay, Red = open = PS2 off line
Schematic: Line 50

"9061 Mini PLC 1 Communication Fault"

The control lost communication with the PLC I/O expansion board.

Power down, open the cabinet, and check the connections at both ends of the gray cable which connects H17 on the All-in-One DC unit to H3 on the PLCADD1616 board.

References:

PLC W36: bitmap of detected PLC expansion boards.  1 = one board detected
Machine Parameter 900: bitmap of expected PLC expansion boards.  1 = one board expected

"8080 Spindle Lockpin Engaged!"

You attempted to start the spindle, but the headstock lockpin switch (1LS) indicate that the spindle is locked.

Pull the lockpin out, moving the spindle slightly to verify that it is free.

References:

PLC INP17: indicates 1LS state.  Green = closed = lockpin in, Red = open = lockpin out
Schematic: Line 85

"5081 Coolant Level Low!"

The flood pump is running, but float switch 17LS indicates that the oil level in the coolant tank is low. This is a initially a warning condition. If the oil level remains low at the next tool change, then it will become an error and cancel the program cycle.

Refill the coolant tank, or clear the drain screens as needed to allow oil to drain back to the tank.

References:

PLC INP21: indicates 17LS state.  Green = closed = level low, Red = open = level okay
Schematic: Line 87

"4082 Coolant Level High"

The level in the coolant tank has reached the high-level float switch 18LS.

References:

PLC INP12: indicates 18LS state.  Green = closed = level high, Red = open = level okay
Schematic: Line 55

"8085 Turret Not Locked!"

During an automatic program cycle, with no tool change in progress, the turret was not locked down.

If the turret is unlocked due to a previous tool-change failure, use the Aux7 manual turret index key to index the turret until it locks down properly.

References:

PLC INP20: indicates 11LS state.  Green = closed = turret locked, Red = open = not locked
Schematic: Line 86

"8098 Error: Maintenance Mode Active!"

You attempted to start an automatic program cycle, but Maintenance Mode is still active.

Press and hold the Aux14 key for one second, until the Aux14 LED goes out.

"8110 Invalid Tool Number: Must be 1 - 8"

The part program requested a turret position other than T1 through T8.

Check the Tool Library in Intercon to verify that the Tool Location for each tool in your program is set to a valid turret position.

Note that to cancel tool offsets at the end of a CNC G code program, you must repeat the active turret position, changing only the offset portion to zero. For example "T0113" to "T0100" or "T0404" to "T0400". Programming "T0" (or "T0000") will result in an invalid tool number error.

"8111 ATC Unlock Timeout"

During an automatic tool change the control powered the index solenoid, then waited for the turret to unlock prior to rotation, but the turret-locked sensor did not open within one second to indicate the turret was successfully unlocked.

This could be due to a pneumatic failure, a mechanical jam, or failure to get power to the index solenoid.

References:

PLC INP20: indicates lock sensor state.  Green = closed = turret locked, Red = open = turret not locked
PLC OUT17: indicates index solenoid power.  Green = On = unlock and rotate turret, Red = Off
Schematic: Lines 86, 121

"8112 ATC Rotation Timeout"

During an automatic tool change, the turret failed to arrive at the target position within four seconds.

If the turret did not rotate at all, then the problem could be a pneumatic failure, a mechanical jam, or failure to get power to the index solenoid.

If the turret rotated continuously for four seconds (going more than one full turn in the process) then the problem could be a faulty turret position encoder.

References:

PLC OUT17: indicates index solenoid power.  Green = On = unlock and rotate turret, Red = Off
PLC INP13: indicates turret bit 0 state.  Green = closed = on (+1), Red = open = off
PLC INP14: indicates turret bit 1 state.  Green = closed = on (+2), Red = open = off
PLC INP15: indicates turret bit 2 state.  Green = closed = on (+4), Red = open = off
PLC INP16: indicates turret bit 3 state.  Green = closed = on (+8), Red = open = off
PLC W18: decoded turret position (1-8)
Schematic: Lines 56-57, 121

"8113 ATC Lock Timeout"

During an automatic tool change the control attempted to lock the turret back down after rotation, but the turret-locked sensor did not close within two seconds to indicate the turret was successfully locked.

This could be due to a pneumatic failure, a mechanical jam, or failure or misalignment of the turret position encoder.

References:

PLC INP20: indicates lock sensor state.  Green = closed = turret locked, Red = open = turret not locked
PLC OUT18: indicates stop solenoid power.  Green = On = stop turret, Red = Off
Schematic: Lines 86, 122

"8114 Turret Index Unlock Timeout"

During a manual turret index the control powered the index solenoid, then waited for the turret to unlock prior to rotation, but the turret-locked sensor did not open within one second to indicate the turret was successfully unlocked.

This could be due to a pneumatic failure, a mechanical jam, or failure to get power to the index solenoid.

References:

PLC INP20: indicates lock sensor state.  Green = closed = turret locked, Red = open = turret not locked
PLC OUT17: indicates index solenoid power.  Green = On = unlock and rotate turret, Red = Off
Schematic: Lines 86, 121

"8115 Turret Index Lock Timeout"

During a manual turret index the control attempted to lock the turret back down after rotation, but the turret-locked sensor did not close within two seconds to indicate the turret was successfully locked.

This could be due to a pneumatic failure, a mechanical jam, or failure or misalignment of the turret position encoder.

References:

PLC INP20: indicates lock sensor state.  Green = closed = turret locked, Red = open = turret not locked
PLC OUT18: indicates stop solenoid power.  Green = On = stop turret, Red = Off
Schematic: Lines 86, 122

"8116 Tool Change Fault: Incorrect Position"

At the completion of an automatic tool change, after the turret had locked back down, the position shown by the turret position encoder did not match the target position.

This could be due to turret position encoder failure or misalignment, or due to a hydraulic or mechanical failure which delayed the deceleration and stopping of turret rotation.

References:

PLC W17: requested (target) turret position (1-8)
PLC W18: decoded turret position (1-8)

"5038 SPECIFIED SPIN SPEED < MIN SPIN SPEED"

The CNC program, in combination with the current Spindle Speed Override setting, has requested a spindle RPM lower than the minimum allowed RPM set in the Control Configuration.

No action is required, but be aware that the spindle will be running at the minimum allowed RPM, and therefore will be running faster than the requested or programmed speed.

"5100 BAD MESSAGE VALUE"

The PLC program requested display of a message on the screen, but the provided message code was not valid.

This indicates an error in the PLC program. Report the message to your dealer, along with the value in PLC variable W16.

References:

PLC W16: stores the invalid message code

"510n Unconfigured Mini PLC nn Found"

The PLC hardware detected the presence of an I/O expansion board, but the setting of Machine Parameter 900 did not tell it to expect that board in the system.

On this machine, there should be one I/O expansion board installed, and Machine Parameter 900 should be set to 1.0.

References:

PLC W36: bitmap of detected PLC expansion boards.  1 = one board detected
Machine Parameter 900: bitmap of expected PLC expansion boards.  1 = one board expected

"4053 Select Auto Spindle, press CYCLE START"

The program attemped to run an M3 or M4 spindle-start code, but the control is still in Manual Spindle mode.

Press the SPIN AUTO/MAN key in the top row of the operator panel to select Auto Spindle mode (LED on); then press CYCLE START to resume program operation.

"4054 Select Auto Coolant, press CYCLE START"

The program attempted to run an M7 or M8 coolant-on code, but the control is still in Manual Coolant mode.

Press the Coolant AUTO/MAN key at the left side of the coolant controls row of the operator panel to select Auto Coolant mode (LED on); then press CYCLE START to resume program operation.

If you want to run the program cycle without coolant, you can press CYCLE START to resume operation without restoring Auto Coolant mode.

"2021 Axis Faults Cleared"

A previous servo drive fault condition has been resolved, and cleared with Emergency Stop.

"2024 PLC Faults Cleared"

A previous PLC fault condition has been resolved, and cleared with Emergency Stop.

"2035 KEYBOARD JOGGING DISABLED"

You inadvertently pressed a keyboard combination that is used for keyboard jogging controls, but keyboard jogging features have been disabled on this machine.

"2099 Message Cleared"

A previous fault condition has been cleared with Emergency Stop.

Wiring Schematics

Schematic Page 1
Schematic Page 2

Software option unlock codes

These codes usually only need to be entered once. They are stored on the control with the Machine Parameters. They should be kept on file in case the Parameters file is ever lost.

Serial Number: 101254 -- Key A (plain): 1029130888

The following are necessary to unlock software features:

  1. If at the demo mode expired screen, start at step 5.
  2. Go to the Main screen of the Control software.
    (Setup, Load, MDI ... across the bottom of the screen)
  3. Press <F7> to enter the Utility screen.
  4. Press <F8> to enter the Option list.
  5. Press <F1> to unlock an option.
  6. Enter the parameter number and then press <ENTER>.
  7. Enter the parameter value and then press <ENTER>.
  8. Repeat steps 5 to 7 for each new parameter value.
  9. When finished with all parameters press <F10> to save.

 

Option

Parameter #

Parameter Value

3

Auto Tool Changer

203

12105.1218

25

Permanent Unlock

298

24505.4007

26

Intercon

300

17273.0798